home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / disk / cdrom / CDR210kit.lha / nectools / readme.doc < prev    next >
Text File  |  1995-07-12  |  3KB  |  76 lines

  1.     
  2.     playaudio, stopaudio and eject for the NEC CDR-210 SCSI-1 2x speed CDROM drive
  3.     
  4.     ##############################################################################
  5.  
  6.     DISCLAIMER etc.
  7.     ~~~~~~~~~~~~~~~
  8.     
  9.     i won't be responsible for any damages occur if you use this program. therefore
  10.     i publish it under the concept of freeware; i don't expect any money for this.
  11.     sourcecode is included, do not modify, blablabla. price table for selling:
  12.  
  13.     on a disk : the price of the disk. in compilation with other tools add the prices
  14.                 of the other tools to US $0.
  15.  
  16.     on networks : free download for any user.
  17.     
  18.     on CDROM : if the price for the media is >US $20 than you must send me a free
  19.            copy of that CDROM, else you could.
  20.  
  21.     other : only for US $0.
  22.  
  23.     AUTHOR
  24.     ~~~~~~
  25.     
  26.     daniel balster, dbalster@uni-paderborn.de
  27.  
  28.     COMING SOON
  29.     ~~~~~~~~~~~
  30.  
  31.     i wrote a (simple) Delitracker Genie that implements a CDPLAYER control.
  32.     it works but only with our lovely NEC CDR-210...
  33.     write me a mail if you want more details
  34.  
  35. >    PLAYAUDIO "DEVICE/A,UNIT/A/N,TRACK/N"
  36.     
  37.     is used to start the audio replay at a specific track. you must specify the device
  38.     and the unit of the drive, and optional the first track to be played (default is 1)
  39.     the track range vary firmware-dependent between 1..99.
  40.     
  41.     "bugs"
  42.     
  43.     audio is played over and over until the end of the CD is reached; to determine the
  44.     end of an audio track i had to "poll" the device frequently and compare it with the
  45.     TOC's data. this just launches the PLAY_AUDIO command and that's it.
  46.     
  47.     error-handling is very poor, the vital product page (vendor information string) is
  48.     not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
  49.     
  50.     -
  51.     
  52. >    STOPAUDIO "DEVICE/A,UNIT/A/N"
  53.     
  54.     is used to stop the audio replay. you must specify the device and the unit of the drive.
  55.     audio should be stopped immediately.
  56.     
  57.     "bugs"
  58.  
  59.     error-handling is very poor, the vital product page (vendor information string) is
  60.     not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
  61.     
  62.     -
  63.  
  64. >    EJECT "DEVICE/A,UNIT/A/N,OPEN/S,CLOSE/S"
  65.  
  66.     is used to open/close the (turbo!) door. you must specify the device and the unit
  67.     of the drive.
  68.     
  69.     note: open and close are ignored for the moment, it just ejects the CD, because i
  70.     neither have information about the CD_LOAD command nor if it exists.
  71.     
  72.     "bugs"
  73.  
  74.     error-handling is very poor, the vital product page (vendor information string) is
  75.     not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
  76.